chore(deps): update all dependencies #272
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.46.0
->1.47.0
8.3.0
->8.4.0
8.3.0
->8.4.0
2.29.1
->2.30.0
9.27.0
->9.28.0
7.3.2
->7.4.4
3.4.29
->3.5.3
Release Notes
microsoft/playwright (@playwright/test)
v1.47.0
Compare Source
v1.46.1
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.4.0
Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.4.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
import-js/eslint-plugin-import (eslint-plugin-import)
v2.30.0
Compare Source
Added
dynamic-import-chunkname
]: addallowEmpty
option to allow empty leading comments ([#2942], thanks [@JiangWeixian])dynamic-import-chunkname
]: Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode ([#3004], thanks [@amsardesai])no-unused-modules
]: AddignoreUnusedTypeExports
option ([#3011], thanks [@silverwind])Fixed
no-extraneous-dependencies
]: allow wrong path ([#3012], thanks [@chabb])no-cycle
]: use scc algorithm to optimize ([#2998], thanks [@soryy708])no-duplicates
]: Removing duplicates breaks in TypeScript ([#3033], thanks [@yesl-kim])newline-after-import
]: fix considerComments option when require ([#2952], thanks [@developer-bandi])order
]: do not compare first path segment for relative paths ([#2682]) ([#2885], thanks [@mihkeleidast])Changed
no-extraneous-dependencies
: Make glob pattern description more explicit ([#2944], thanks [@mulztob])no-unused-modules
]: add console message to help debug [#2866]ExportMap
: make procedures static instead of monkeypatching exportmap ([#2982], thanks [@soryy708])ExportMap
: separate ExportMap instance from its builder logic ([#2985], thanks [@soryy708])order
: Add a quick note on how unbound imports and --fix ([#2640], thanks [@minervabot])exportMapBuilder
: avoid hoisting ([#2989], thanks [@soryy708])ExportMap
: extract "builder" logic to separate files ([#2991], thanks [@soryy708])order
]: update the description of thepathGroupsExcludedImportTypes
option ([#3036], thanks [@liby])vuejs/eslint-plugin-vue (eslint-plugin-vue)
v9.28.0
Compare Source
vuejs/devtools-next (vite-plugin-vue-devtools)
v7.4.4
Compare Source
🐞 Bug Fixes
View changes on GitHub
v7.4.3
Compare Source
No significant changes
View changes on GitHub
v7.4.2
Compare Source
No significant changes
View changes on GitHub
v7.4.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v7.4.0
Compare Source
🚀 Features
🏎 Performance
View changes on GitHub
v7.3.9
Compare Source
🚀 Features
🐞 Bug Fixes
exposeInstanceToWindow
work failed in no-browser env - by @naiveeee and gaozhao (ba8fd)View changes on GitHub
v7.3.8
Compare Source
🚀 Features
🐞 Bug Fixes
ObjectRefImpl
andGetterRefImpl
- by @alexzhang1030 in https://github.com/vuejs/devtools-next/issues/563 (ad642)View changes on GitHub
v7.3.7
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v7.3.6
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v7.3.5
Compare Source
🚀 Features
DevToolsHeader
component - by @reslear in https://github.com/vuejs/devtools-next/issues/474 (a54f7)RenderCode
component style - by @alexzhang1030 in https://github.com/vuejs/devtools-next/issues/482 (f8563)🐞 Bug Fixes
dockingPanel
dropdown on window resize - by @LukerSpringtree and 陆德靖 in https://github.com/vuejs/devtools-next/issues/479 (37f2d)View changes on GitHub
v7.3.4
Compare Source
🐞 Bug Fixes
View changes on GitHub
v7.3.3
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
vuejs/core (vue)
v3.5.3
Compare Source
Bug Fixes
v3.5.2
Compare Source
Bug Fixes
Features
v3.5.1
Compare Source
Bug Fixes
concat
method (#11794) (475977a), closes #11792Readonly<...>
to fix JSDoc emit (#11799) (7518bc1)v3.5.0
Compare Source
Aggregated Features List for 3.5 (alpha to stable)
Reactivity
onEffectCleanup
API (2cc5615), closes #10173failSilently
argument foronScopeDispose
(9a936aa)watch
,getCurrentWatcher
, andonWatcherCleanup
(#9927) (205e5b5)deep
option to control the watch depth (#9572) (22f7d96)MultiWatchSources
type (#9563) (998dca5)SSR
useId()
andapp.config.idPrefix
(#11404) (73ef156)Custom Element
useHost()
helper (775103a)useShadowRoot()
helper (5a1a89b), closes #6113 #8195this.$host
in Options API (1ef8f46):host
selector by applying css vars on host element (#8830) (03a9ea2), closes #8826nonce
option for injected style tags (bb4a02a), closes #6530shadowRoot: false
indefineCustomElement()
(37d2ce5), closes #4314 #4404Teleport
Misc
useTemplateRef()
(3ba70e4)app.onUnmount()
for registering cleanup functions (#4619) (582a3a3), closes #4516app.config.throwUnhandledErrorInProduction
(f476b7f), closes #7876Symbol
global in template expressions (#9069) (a501a85)Internals
Bug Fixes
className
during SSR (#11722) (52cdb0f)v3.4.38
Compare Source
For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the
minor
branch.v3.4.37
Compare Source
Bug Fixes
isProp.arg.loc
instead ofisProp.loc
(#11547) (236fb7a)DirectiveArguments
third parameter to accept undefined (#11540) (1058ce8)v3.4.36
Compare Source
v3.4.35
Compare Source
Bug Fixes
Performance Improvements
v3.4.34
Compare Source
Bug Fixes
v3.4.33
Compare Source
Bug Fixes
v3.4.32
Compare Source
Bug Fixes
unref
correctly resolves type forShallowRef
(#11360) (a509e30), closes #11356Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Helsinki, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.